Spread Windows Forms 13.0 Product Documentation
GrapeCity.CalcEngine Assembly / GrapeCity.Spreadsheet Namespace / ICloneable<T> Interface / Clone Method


In This Topic
    Clone Method (ICloneable<T>)
    In This Topic
    Syntax
    'Declaration
     
    Function Clone() As T
    'Usage
     
    Dim instance As ICloneable(Of T)
    Dim value As T
     
    value = instance.Clone()
    T Clone()
    See Also